home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZNEWOS / TFEZNEWOS.txt
Text File  |  1999-01-28  |  1KB  |  57 lines

  1. object fEzNewOS: TfEzNewOS
  2.   Left = 322
  3.   Top = 212
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add New OS to Menu'
  6.   ClientHeight = 182
  7.   ClientWidth = 300
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblNewOSDetect: TIntlLabel
  16.     Left = 47
  17.     Top = 27
  18.     Width = 211
  19.     Height = 13
  20.     Caption = 'A new Operating System has been detected.'
  21.   end
  22.   object lblOSName: TIntlLabel
  23.     Left = 47
  24.     Top = 59
  25.     Width = 47
  26.     Height = 13
  27.     Caption = 'DOS 6.22'
  28.   end
  29.   object lblQuestion: TIntlLabel
  30.     Left = 47
  31.     Top = 90
  32.     Width = 176
  33.     Height = 13
  34.     Caption = 'Would you like to add it to the menu?'
  35.   end
  36.   object btnYes: TButton
  37.     Left = 47
  38.     Top = 131
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&Yes'
  42.     Default = True
  43.     TabOrder = 0
  44.     OnClick = btnYesClick
  45.   end
  46.   object btnNo: TButton
  47.     Left = 159
  48.     Top = 131
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = '&No'
  53.     TabOrder = 1
  54.     OnClick = btnNoClick
  55.   end
  56. end
  57.